home *** CD-ROM | disk | FTP | other *** search
/ MacAddict 114 / macaddict114.cdr / Software / Utilities / DefaultsManager.dmg / Defaults Manager.app / Contents / Resources / English.lproj / FindPanel.nib / classes.nib next >
Encoding:
Text File  |  2004-02-14  |  783 b   |  27 lines

  1. {
  2.     IBClasses = (
  3.         {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }, 
  4.         {
  5.             ACTIONS = {
  6.                 findNext = id; 
  7.                 findNextAndOrderFindPanelOut = id; 
  8.                 findPrevious = id; 
  9.                 replace = id; 
  10.                 replaceAll = id; 
  11.                 replaceAndFind = id; 
  12.             }; 
  13.             CLASS = TextFinder; 
  14.             LANGUAGE = ObjC; 
  15.             OUTLETS = {
  16.                 findNextButton = id; 
  17.                 findTextField = id; 
  18.                 ignoreCaseButton = id; 
  19.                 replaceAllScopeMatrix = id; 
  20.                 replaceTextField = id; 
  21.                 statusField = id; 
  22.             }; 
  23.             SUPERCLASS = NSObject; 
  24.         }
  25.     ); 
  26.     IBVersion = 1; 
  27. }